OpenCV in Unreal Engine 5

您所在的位置:网站首页 ue4 opencvplayer截图 OpenCV in Unreal Engine 5

OpenCV in Unreal Engine 5

2024-07-17 08:50:31| 来源: 网络整理| 查看: 265

Hi, I have been using OpenCV within Unreal Engine C++ scripts following this integration method. Today I downloaded UE5 and sadly it is not working.

I used following C++ actor for testing: TestActor.h

#pragma once #include "CoreMinimal.h" #include "GameFramework/Actor.h" #include "opencv2/core.hpp" #include #include #include "Log.h" #include "Misc/Paths.h" #include "TestActor.generated.h" UCLASS() class ATestActor : public AActor { GENERATED_BODY() public: void TestOpenCV(); public: ATestActor(); virtual void BeginPlay() override; };

TestActor.cpp

#include "TestActor.h" ATestActor::ATestActor(){ //TestOpenCV(); } void ATestActor::TestOpenCV(){ FString RelativePath = FPaths::ProjectDir(); FString FullPath = IFileManager::Get().ConvertToAbsolutePathForExternalAppForRead(*RelativePath); std::string path(TCHAR_TO_UTF8(*FullPath)); UE_LOG(LogEndoVRCore, Log, TEXT("Testing OpenCV...")); cv::Mat img = cv::imread(path+"ThirdParty/Data/Lenna.png", cv::IMREAD_COLOR); cv::imshow("Display window", img); cv::waitKey(0); // Wait for a keystroke in the window } void ATestActor::BeginPlay(){ Super::BeginPlay(); TestOpenCV(); }

UE5 is running UE_LOG(LogEndoVRCore, Log, TEXT(“Testing OpenCV…”)); but then it is stuck.



【本文地址】

公司简介

联系我们

今日新闻


点击排行

实验室常用的仪器、试剂和
说到实验室常用到的东西,主要就分为仪器、试剂和耗
不用再找了,全球10大实验
01、赛默飞世尔科技(热电)Thermo Fisher Scientif
三代水柜的量产巅峰T-72坦
作者:寞寒最近,西边闹腾挺大,本来小寞以为忙完这
通风柜跟实验室通风系统有
说到通风柜跟实验室通风,不少人都纠结二者到底是不
集消毒杀菌、烘干收纳为一
厨房是家里细菌较多的地方,潮湿的环境、没有完全密
实验室设备之全钢实验台如
全钢实验台是实验室家具中较为重要的家具之一,很多

推荐新闻


    图片新闻

    实验室药品柜的特性有哪些
    实验室药品柜是实验室家具的重要组成部分之一,主要
    小学科学实验中有哪些教学
    计算机 计算器 一般 打孔器 打气筒 仪器车 显微镜
    实验室各种仪器原理动图讲
    1.紫外分光光谱UV分析原理:吸收紫外光能量,引起分
    高中化学常见仪器及实验装
    1、可加热仪器:2、计量仪器:(1)仪器A的名称:量
    微生物操作主要设备和器具
    今天盘点一下微生物操作主要设备和器具,别嫌我啰嗦
    浅谈通风柜使用基本常识
     众所周知,通风柜功能中最主要的就是排气功能。在

    专题文章

      CopyRight 2018-2019 实验室设备网 版权所有 win10的实时保护怎么永久关闭